LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

GetEnumerator Method






Returns a generic enumerator that can iterate through the RasterCollection<T>. .NET support Silverlight support
Syntax
public virtual IEnumerator<T> GetEnumerator()
'Declaration
 
Public Overridable Function GetEnumerator() As IEnumerator(Of T)
'Usage
 
Dim instance As RasterCollection(Of T)
Dim value As IEnumerator(Of T)
 
value = instance.GetEnumerator()
public virtual IEnumerator<T> GetEnumerator()
 function Leadtools.RasterCollection.GetEnumerator()
public:
virtual IEnumerator<T^>^ GetEnumerator(); 

Return Value

A generic enumerator that can iterate through the RasterCollection<T>.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.